home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / editor / vde164c.zip / VINST.REF < prev    next >
Text File  |  1992-09-28  |  48KB  |  802 lines

  1.  
  2.  
  3.                                   VINST.REF
  4.                                   ---------
  5.                   Instructions for VDE Installation Utility:
  6.                           version 1.64C (28 Sep 1992)
  7.  
  8.                              (c)1987-92, E. Meyer
  9.  
  10.  
  11.  
  12. ================================  CONTENTS  ==================================
  13.  
  14.  
  15.  1. RUNNING VINST.  What VINST is, and how to use it.
  16.  
  17.  2. INSTALLATION.  Installing for different computer hardware, colors, etc.
  18.  
  19.  3. MENUBAR MODE.  Choice of operating mode; customization of User menu bar.
  20.  
  21.  4. USER OPTIONS.  Customization of many initial VDE settings.
  22.  
  23.  5. PRINTER INSTALLATION.  Using printer features: print modes, graphics, etc.
  24.  
  25.  6. DEFAULT MACRO KEYS.  Installing a default set of macro keys.
  26.  
  27.  7. DEFAULT FUNCTION KEYS.  Installing the function keys.
  28.  
  29.  8. GRAPHICS.  Modifying the default set of graphics characters.
  30.  
  31.  9. CHARACTER WIDTHS.  Modifying the default set of character widths.
  32.  
  33. 10. RESTORE DEFAULTS.  Undoing previous modifications.
  34.  
  35.  
  36. ===========================  1. RUNNING VINST  ===============================
  37.  
  38.  
  39.      VINST is a utility that lets you modify your copy of the VDE editor:
  40.               * Installing for use on non-standard computers
  41.               * Selecting or customizing a driver for your printer
  42.               * Configuring settings and options to suit your tastes
  43.  
  44.      VDE comes configured for a standard IBM PC; you will need to make some 
  45. changes before using it on a non-IBM compatible computer, or a graphics card 
  46. (like old IBM CGAs) that experiences snow (see INSTALLATION).  You will want 
  47. to choose the correct driver for your printer, and may eventually want to make 
  48. some small modifications to it.  And, once you start editing with VDE, you 
  49. will probably discover some of its many settings and options that you would 
  50. like to change.  For example, if you dislike MenuBar mode, you can make 
  51. Command mode the default instead.
  52.  
  53.               NOTE: VINST allows VDE to be customized for best 
  54.          performance on a variety of computer hardware.  If you are 
  55.          using equipment (computer, graphics card, printer, etc) 
  56.          which VDE does not work well with, or does not seem to be 
  57.          taking full advantage of, please provide the appropriate 
  58.          technical or programmer's information from your manual so 
  59.          that future versions of VDE can support it.
  60.  
  61.      You should begin using VINST soon; once you have made changes to VDE, the 
  62. initial welcome/copyright messages in VDE and VINST will no longer appear.
  63.      Your copies of the program files will be called VDE.COM and VINST.COM, 
  64. though of course you can rename them (I usually call them V.COM and VI.COM).  
  65. To run VINST simply type:
  66.               C>vinst                 if your copy is still called "VDE.COM"
  67.         or    C>vinst V.COM           if it's called "V.COM" (or whatever).
  68.  
  69.      Any changes you make while running VINST -- choosing different options, 
  70. reading in data files, etc -- are in memory only.  You can choose "Quit" from 
  71. the main menu and VDE.COM will remain unchanged.  Only when you choose "Save" 
  72. (or "Restore defaults") does VINST modify the file VDE.COM.
  73.  
  74.      VINST can also read and write various "auxiliary data files" (type .VDx), 
  75. for user options, macro definitions, graphics, and printer support; see DATA 
  76. FILES.  VDE's ability to load such files allows modifications to these 
  77. features during editing.  In addition, they can make updating to a new version 
  78. of VDE easier: just save your old settings to files with the old VINST, and 
  79. then install them in your new copy of VDE with the new VINST.
  80.      Because installation features change with almost every release, the 
  81. version numbers of VINST and VDE must agree.  Auxiliary data files (.VDx) 
  82. change format less often, and VINST can usually read files created by other 
  83. recent versions.  In either case, if VINST can't load an older file, you will 
  84. get a "<Version error>" message, and must re-create the file.
  85.  
  86.      VINST is fully menu-driven; it will present you with a set of categories 
  87. that corresponds to each section below, starting with Installation; within 
  88. each category, each value is named and displayed, giving you the opportunity 
  89. to change it.  The program is largely self-documenting, and steps you through 
  90. each item individually.  The main menu also offers a "Help" option, which 
  91. displays some of the following information on screen to assist you.
  92.  
  93.      VINST uses several types of data entry for different parameters:
  94.   TEXT - Just type in the character(s).
  95.   LOGICAL - Yes/No.  Just type "Y" or "N".
  96.   DECIMAL - Enter a number from 0 to 255.
  97.   HEX - Enter two-digit hexadecimal byte value 00-FF.  (Don't omit lead 0's.)
  98.   BYTE STRING - The value shown in (parentheses) is the length of the current 
  99.                string.  Enter a new series of byte values.  Each may be 
  100.                entered either in HEX, as above, or by pressing the single 
  101.                quote key (`) followed by the appropriate ASCII character.  (To 
  102.                enter a null value, press ^J or ^[Enter].)
  103.  
  104.      In each case, the current value will display, and then you will be 
  105. prompted for a new one.  (Just press [Enter] to leave the existing setting.)  
  106. VINST can't always check for illegal values; be careful what you enter!
  107.      At most points in VINST, you can press [Esc] to return immediately to the 
  108. Main Menu, or ^C to abort the program.
  109.  
  110.      For the entry of codes in the Printer Installation, you may find the 
  111. following equivalence table for decimal, hexadecimal, and character values 
  112. helpful.
  113.  
  114.                                  ASCII TABLE
  115.           ASCII                                                       ASCII
  116.   Dec Hex Char   Dec Hex Char   Dec Hex Char   Dec Hex Char   Dec Hex Char
  117.   ------------------------------------------------------------------------
  118.     0  00  ^@     26  1A  ^Z     54  36   6     80  50   P    106  6A   j
  119.     1  01  ^A     27  1B ^[ Esc  55  37   7     81  51   Q    107  6B   k
  120.     2  02  ^B     28  1C  ^\     56  38   8     82  52   R    108  6C   l
  121.     3  03  ^C     29  1D  ^]     57  39   9     83  53   S    109  6D   m
  122.     4  04  ^D     30  1E  ^^     58  3A   :     84  54   T    110  6E   n
  123.     5  05  ^E     31  1F  ^_     59  3B   ;     85  55   U    111  6F   o
  124.     6  06  ^F     32  20 space   60  3C   <     86  56   V    112  70   p
  125.     7  07  ^G     33  21   !     61  3D   =     87  57   W    113  71   q
  126.     8  08  ^H     34  22   "     62  3E   >     88  58   X    114  72   r
  127.     9  09  ^I     35  23   #     63  3F   ?     89  59   Y    115  73   s
  128.    10  0A  ^J     36  24   $     64  40   @     90  5A   Z    116  74   t
  129.    11  0B  ^K     37  25   %     65  41   A     91  5B   [    117  75   u
  130.    12  0C  ^L     38  26   &     66  42   B     92  5C   \    118  76   v
  131.    13  0D  ^M     39  27   '     67  43   C     93  5D   ]    119  77   w
  132.    14  0E  ^N     40  28   (     68  44   D     94  5E   ^    120  78   x
  133.    15  0F  ^O     41  29   )     69  45   E     95  5F   _    121  79   y
  134.    16  10  ^P     42  2A   *     70  46   F     96  60   `    122  7A   z
  135.    17  11  ^Q     43  2B   +     71  47   G     97  61   a    123  7B   {
  136.    18  12  ^R     44  2C   ,     72  48   H     98  62   b    124  7C   |
  137.    19  13  ^S     45  2D   -     73  49   I     99  63   c    125  7D   }
  138.    20  14  ^T     46  2E   .     74  4A   J    100  64   d    126  7E   ~
  139.    21  15  ^U     47  2F   /     75  4B   K    101  65   e    127  7F  del
  140.    22  16  ^V     48  30   0     76  4C   L    102  66   f    --graphics:--
  141.    23  17  ^W     49  31   1     77  4D   M    103  67   g    128  80
  142.    24  18  ^X     50  32   2     78  4E   N    104  68   h    129  81
  143.    25  19  ^Y     51  33   3     79  4F   O    105  69   i    130  82 ...
  144.   -------------------------------------------------------------------------
  145.  
  146.  
  147. =============================  2. INSTALLATION  ==============================
  148.  
  149.  
  150.      VDE can display text on the screen in two very different ways: on an IBM 
  151. PC compatible (and some "near-compatibles") it can write directly to video RAM 
  152. for greater speed; otherwise, it will run on any MSDOS computer, using normal 
  153. character output with ANSI codes for screen positioning.
  154.      The IBM PC installation requires an IBM standard BIOS and video adapter 
  155. (MDA,CGA,EGA,VGA).  A Hercules (HGC) card should also work, as it is MDA 
  156. compatible.  On an EGA/VGA system the use of color mode is recommended, even 
  157. with a monochrome monitor (MODE CO80 or BW80, not MONO).  You can adjust the 
  158. keyboard handling, display colors, and cursor type to your preferences.
  159.      Special installations are available for certain "near-compatibles": 
  160. Hewlett-Packard (HP) Portable Plus, and Otrona 8:16 with IBM video emulation.  
  161. (The HP 95LX palmtop requires no special installation; VDE adapts to it when 
  162. installed for IBM PC.  But see the notes below on using VDE on the 95LX.)
  163.      The Generic (non-IBM) installation will run on any MSDOS system that 
  164. supports ANSI standard screen control sequences (you must have the statement 
  165. DEVICE=ANSI.SYS or equivalent in your CONFIG.SYS file).  You must also specify 
  166. the size of your screen.  This installation can of course also be used on IBM 
  167. compatibles, in the event that direct video access is undesirable.  It will 
  168. even work in "remote" applications, such as high-speed modem connections, with 
  169. appropriate terminal software on the user's end.
  170.      VINST can use Installation files to store your installation, menubar, and 
  171. user option settings.  These should have a file type of ".VDI", for ease of 
  172. identification.  You have the option to read in or write out such a file, as 
  173. well as proceeding to edit your installation.  VDE can load such files with 
  174. its AltU command; only the computer choice (IBM PC, etc) remains unaffected.
  175.  
  176. IBM PC PARAMETERS:
  177.  
  178. Screen colors - you can select different colors for: normal text; block text; 
  179.     markers and printer codes; soft CRs and hyphens; header; menus and 
  180.     prompts; header/menu highlights; and error messages.  Each is specified by 
  181.     an "attribute byte" consisting of two hex digits, for a background and 
  182.     foreground color.  ("17" = "1", blue background, & "7", white text.)  You 
  183.     will see a color palette displayed on screen; the color digits are:
  184.         *0 = BLACK   4 = red      *8 = GREY           C = bright red
  185.          1 = blue    5 = magenta   9 = bright blue    D = bright magenta
  186.          2 = green   6 = brown     A = bright green   E = yellow
  187.          3 = cyan   *7 = WHITE     B = bright cyan   *F = BRIGHT WHITE
  188.     (* - All MDA screens can display black, white, and bright white; in some 
  189.     cases, grey may also be visible.)
  190.          If you have an EGA/VGA display, the palette will include all 256 
  191.     colors (00-FF).  Otherwise, you will see only 128 (00-7F); on MDA/CGA 
  192.     systems, the background attributes 8-F produce blinking video (ugh).
  193.          (Note: if your soft CR color has the same background as normal text, 
  194.     VDE will adjust its background to match block text as well.)
  195. Border colors - you can select two border (overscan) colors to frame the text: 
  196.     one to operate within VDE, the other to restore on exit to DOS.  Each is 
  197.     one digit from the list above.  Example: to set a white border within VDE, 
  198.     then return to black on exit, enter "70".  To keep a black border at all 
  199.     times enter "00".  (Note: border is not visible under DESQview or 
  200.     UltraVision.)
  201.  
  202. Cursor type (D/B/U) - You can choose the cursor type you want during editing.  
  203.     A full "B"lock cursor is more easily visible on the LCD displays of laptop 
  204.     computers; some prefer "U"nderline.  Choose "D"efault to leave it whatever 
  205.     it was before VDE was run.  (In 40+ line mode, it is always a block.)
  206. Screen size (A-G,blank) - You can choose your default screen size; normally 
  207.     this is BLANK, " ", meaning whatever is in effect when VDE is loaded.  The 
  208.     letter codes have the same meaning as at the AltE command prompt:  "F", 
  209.     for example, automatically changes to 50 lines on entering VDE.
  210.             On VGA: A...G = 20,25,28,33,40,50,57 lines
  211.                 (UltraVision: B,D,F,G = 25,36,50,63)
  212.             On EGA: A...F = 17,25,29,35,43,50    lines
  213.                 (UltraVision: B,D,E,G = 25,34,43,60)
  214. Video card for 132 col mode (N...) - VDE's AltA command (132 column toggle) 
  215.     works only with supported types of video cards.  Choose:
  216.               "S" for Boca SVGA and other cards that use the "standard"
  217.                       video modes 23h and 22h for 132 column text
  218.               "A" for ATI (e.g. "EGA Wonder") -- also works with
  219.                       Diamond Speedstar VGA (Tseng chipset)
  220.               "C" for Cardinal VGA (Chips & Tech chipset)
  221.               "P" for Paradise VGA+
  222.               "T" for Trident SVGA
  223.     If you have a different card, you can experiment to see whether any of 
  224.     these will work; if not, enter "N" for none -- AltA will work only if you 
  225.     are running UltraVision.
  226.          NOTE:  Paradise VGA users may need to avoid setting a border color, 
  227.     since this seems to interact undesirably with 132 column display colors.
  228. Need to avoid "snow" (Y/N) - Normally No.  Some video cards (like old IBM 
  229.     CGAs) experience ugly "snow" or noise when programs write directly to 
  230.     video memory.  If this happens to you, select "Y", and VDE will time its 
  231.     video access according to horizontal retrace intervals.  (Display speed 
  232.     will be somewhat reduced.)
  233.  
  234. Keyboard type (A/X/T) - Normally "A" for AT; actually, VDE detects whether you 
  235.     have an AT (enhanced) or XT keyboard, and uses the appropriate input.  But 
  236.     some "popup" (TSR) programs do not work properly with AT keyboard input; 
  237.     if you have this problem, set this to "X" for XT.  (F11, F12, and a few 
  238.     other key combinations will not work.)  Finally, the Tandy 1000 uses 
  239.     different scan codes for its F11-F12 keys; set to "T" if you have a Tandy.
  240. Retain basic Print Screen (Y/N) - Normally No; if you have EGA/VGA video, VDE 
  241.     selects the enhanced routine in the video BIOS so that the [PrtSc] key 
  242.     will print the correct number of lines with different screen sizes.  But 
  243.     this appears to conflict with use of [PrtSc] by some other software, 
  244.     including the Intel Aboveboard print buffer, and possibly DOS 5.0.  If VDE 
  245.     interferes with your use of [PrtSc], set this to Yes, then reboot.
  246.  
  247. HEWLETT-PACKARD 95LX PALMTOP USAGE NOTES
  248.  
  249.      For the HP95LX, use the "IBM PC" installation; VDE will auto-detect the 
  250. 95LX and adapt to its display.  Any PC installation choices above that you may 
  251. have made will be overridden by parameters appropriate for the 95LX; thus you 
  252. can run the same copy of VDE.COM that you use on your desktop PC, without 
  253. reinstallation.  (Note: VDE maintains a separate set of colors for use on the 
  254. 95LX.  If you want to change these, you must run VINST on the 95LX.)
  255.      You can use either HP's optional Connectivity Pack, or the HP82222A 
  256. serial cable together with the 95LX COMM utility and the PC communications 
  257. program of your choice, to transfer VDE.COM from your desktop PC onto the 
  258. 95LX.  Use the fastest speed supported, 19200 bps.  You will not need 
  259. VDEOPT.DAT.
  260.      As a DOS application, VDE can be run from Filer by highlighting VDE.COM 
  261. and pressing F4 (Run); you can also exit to DOS from Filer and run VDE from 
  262. the DOS prompt.  You can make VDE pop up from a hot-key over the internal 
  263. applications with a special EXM "loader"; see VDE-EXM, under ACCESSORIES.  You 
  264. cannot pop up internal applications over VDE, because it is not "system 
  265. manager compliant".  VDE may work best without SYSMGR loaded; in any case, 
  266. allocate plenty of system RAM to DOS.
  267.      On 95LX's, the serial port may be on by default; using the command 
  268. "SERCTL /O" before running DOS applications can significantly extend battery 
  269. life.  VDE will power up the serial port before attempting to print, and will 
  270. turn it off again afterward.  To save disk space, omit VINST.COM when you no 
  271. longer need it, and turn off backup files (see OPTIONS); VDE.COM itself can 
  272. also be compressed with DIET, LZEXE, or PKLITE.  (VINST will not work on it in 
  273. this state, however.)
  274.      See remarks on narrow screens under SCREEN SIZE.  When installed for the 
  275. 95LX, VDE uses only the 40x16 visible area of the display, so use of the HP 
  276. Alt-Arrow keys for scrolling will not be necessary while editing.  (Exception: 
  277. a few menus will need to be scrolled with VDE's Left/Right arrow keys.)  A 
  278. right margin of 38 will allow you to write without having the text scroll back 
  279. and forth continually.
  280.      The 95LX [MENU] key will bring up VDE's MenuBar (whether VDE is in 
  281. MenuBar mode or not).  Due to the 95LX's nonstandard keyboard, the ^[BkSp] key 
  282. does not work; the grey [+],[-] keys do not scroll the screen (use ^W,^Z); and 
  283. [Shift] cannot be used with arrow keys to mark a block (use ^KB,^KK).  The 
  284. 95LX uses the Roman8 character set; extended characters entered on the 95LX 
  285. will not look the same when the file is viewed on a desktop PC with the PC8 
  286. set.  To print these characters, you will need a printer that supports Roman8 
  287. (as most Laserjet fonts do), and you should select the "PC8" set (!) in your 
  288. printer driver to avoid translation.  (VDE will override any other selection 
  289. when it is running on the 95LX.)
  290.  
  291. SPECIAL INSTALLATIONS:
  292.  
  293.      The "near-compatible" installations have no user-changeable parameters: 
  294. everything is preset for the particular computer.  They are:
  295.  
  296.      HEWLETT-PACKARD PORTABLE PLUS - all models.
  297.  
  298.      OTRONA 8:16 - This is for the Otrona model with IBM video emulation only.  
  299. The standard model 8:16 must use the Generic ANSI.SYS installation.
  300.  
  301. GENERIC (ANSI.SYS) PARAMETERS:
  302.  
  303. Screen colors - you can select different colors for: normal text; markers and 
  304.     printer codes; soft CRs and hyphens; header; menus and prompts; 
  305.     header/menu highlights; and error messages.  Each is specified by an 
  306.     "attribute byte" consisting of two hex digits, for a background and 
  307.     foreground color.  ("17" = "1", blue background, & "7", white text.)  You 
  308.     will see a color palette displayed on screen; the color digits are:
  309.                       *0 = BLACK   4 = red
  310.                        1 = blue    5 = magenta
  311.                        2 = green   6 = yellow
  312.                        3 = cyan   *7 = WHITE
  313.     (* - Monochrome screens can only display black and white.)
  314.     There is no block highlighting in the generic installation, and so no 
  315.     block text color choice.
  316. Running on IBM PC - set this to "Y" to enable the display of IBM graphics 
  317.     characters (ASCII 00-1F,80-FF) in text.  Use "N" if not running on a PC 
  318.     compatible; codes 00-1F will display as highlighted letters, 80-FF as a 
  319.     highlighted underline "_".
  320.  
  321. Terminal initialization - enter an optional string of code (#),bytes to be 
  322.     sent to the screen after clearing the screen, before (re)entering VDE.
  323. Terminal deinitialization - another string of code (#),bytes to be sent to the 
  324.     screen upon exiting from VDE back to DOS.  (Max. lengths: 15 bytes.)
  325.  
  326. Viewable columns (80-255) - normally 80; set to the column width of your 
  327.     display, if different.
  328. Viewable lines (16-255) - normally 25; if you have a shorter or longer default 
  329.     display (on entry to VDE), enter the length here.
  330. Fast scroll supported (Y/N) - Does your computer respond to the ANSI sequences 
  331.     for insert/delete line (Esc[L,Esc[M)?  If so, set this to "Y" for a faster 
  332.     display; otherwise "N".  (MSDOS ANSI.SYS does not support these codes; 
  333.     some enhanced console drivers, such as NANSI.SYS, do.)
  334. DEC VT/Rainbow keyboard (Y/N) - If you have a DEC computer or terminal, answer 
  335.     "Y" here.  VDE will then support its arrow keys for cursor movement, plus 
  336.     the following special keys: "Help" = help menu; "Find" = find; "Select" = 
  337.     cut; "Insert Here" = paste; "Remove" = block delete; "Prev/Next Screen" = 
  338.     page back/forward.  (NOTE: the VDE command to define a macro will be 
  339.     changed from Esc[ to Esc{ if you select this option.)
  340.  
  341.  
  342. =============================  3. MENUBAR MODE  ==============================
  343.  
  344.  
  345.      You can choose which operating mode you prefer (MenuBar or Command).  In 
  346. addition, the "User" menu bar can be configured to your taste: to provide 
  347. different keywords for accessing functions, or to add functions that are not 
  348. otherwise available in the existing menu bars.  (The default installation has 
  349. the "Ruler" function (^OT) in place, the other four left blank.)
  350.      VINST can use Installation files to store your installation, menubar, and 
  351. user option settings.  These should have a file type of ".VDI", for ease of 
  352. identification.  VDE can load such files with its AltU command.  They are 
  353. accessed through the INSTALLATION menu choice.
  354.  
  355. Use MenuBar mode (Y/N) - Do you want to start out in MenuBar mode?  If not, 
  356.     Command mode is used.  See OPERATING MODES.
  357.  
  358. "User" menu bar - If you will be using MenuBar mode, there is a special menu 
  359.     bar provided for you to configure yourself.  The five items on this bar 
  360.     are referred to as {User: item 1-5}.  To define each, you have to provide 
  361.     two things: a "keyword" and the "command" to execute.  (As usual you can 
  362.     just press [Enter] to leave the existing value alone.)
  363.          The keyword appears in the menu bar display, like "Center" or "rUler" 
  364.     in the "Text" menu: it describes what the item will do if selected, and 
  365.     the capital "C" or "U" indicates which key letter must be pressed to 
  366.     select it.  Your keyword can be up to 12 characters long, and must contain 
  367.     exactly ONE capitalized letter (A-Z), which will be the selection key.  
  368.     (Don't use the same key for more than one item.)  An unused entry may be 
  369.     simply left blank, or filled with "---" if you prefer.
  370.          The command determines the function which will be performed when the 
  371.     item is selected from the menu.  (See COMMAND MODE for a full listing.)  
  372.     Each command consists of one or two keystrokes.
  373.          For example: the "sCreen" menu has an item "Window" which gives you a 
  374.     split window on two files, but there is no way to split the window on two 
  375.     locations in the SAME file (as you can with the ^OW command) via existing 
  376.     menu bars.  However, you can easily add this to the User menu bar:
  377.                 For   "{User: item #}"    type    "One-file win"
  378.                 For   "Command:"          type    "^OW"
  379.     You now have a new MenuBar command, {User:One-file win}, which is invoked 
  380.     by pressing [Esc],U,O.
  381.  
  382.  
  383. =============================  4. USER OPTIONS  ==============================
  384.  
  385.  
  386.      You can change a variety of default settings in your copy of VDE, 
  387. according to your taste.  "Default" means the state assumed when VDE is first 
  388. run, or in the absence of any previous user commands.
  389.      VINST can use Installation files to store your installation, menubar, and 
  390. user option settings.  These should have a file type of ".VDI", for ease of 
  391. identification.  VDE can load such files with its AltU command.  They are 
  392. accessed through the INSTALLATION menu choice.
  393.  
  394. Autosave interval (min.) - Enter your choice for the interval in minutes.  A 
  395.     value of 0 turns this feature off.
  396. Preserve BAKup files (Y/N) - Should a backup file (.BAK) be kept when you save 
  397.     over an existing file?  Choose "Y" to play safe, "N" to save disk space.
  398. Use ^Z as EOF mark (Y/N) - Should an EOF marker (^Z, 1Ah) be used to mark the 
  399.     end of an ASCII file (modes /A,U,N,C)?  MSDOS software should not require 
  400.     this, but some early programs (like their CP/M predecessors) did still use 
  401.     this convention.
  402. Filetypes to exclude - You can specify six filetypes (or type masks, using "?" 
  403.     wildcards) to "hide" from VDE.  (Originally set to ".COM" and ".EXE".)  
  404.     Such files will not show in the ^KF directory display (unless the filetype 
  405.     is specified explicitly), and cannot be edited.  This is a protection 
  406.     feature, for non-text files which can be damaged by trying to edit them.  
  407.     To leave an entry unused, type "...", NOT blanks.
  408. Default file mode - Which of the file modes (D,A,U,N,C,W,S,P,F,X,M) described 
  409.     in VDE.DOC do you want as the default?  (Originally "D"ocument.)
  410. Auto mode select filetypes - You can specify six filetypes (or type masks, 
  411.     using "?" wildcards) as exceptions to the above default: for example, you 
  412.     could declare all ".ASM" files to default automatically to "N" mode, or 
  413.     all files ".89?" to "W" mode.  To leave an entry unused, type "...".
  414.  
  415. Header on (Y/N) - Should the header (^OQ) start out ON?
  416. Ruler on (Y/N) - Should the ruler (^OT) start out ON?
  417. Insert mode (I/W/O) - Which insert (^V) setting do you want to start out with: 
  418.     Insert, Word insert, or Overstrike (insert off)?
  419. Auto format (Y/N) - Should auto format (^OM) start out ON?
  420. Right justify (Y/N) - Should right justification (^OJ) start out ON?
  421. Double spacing (Y/N) - Should double spacing (^OS) start out ON?
  422. Proportional spacing (Y/N) - Should proportional spacing (^OK) start out ON?
  423. Hard CR display (Y/N) - Should Hard CR display (^OB) start out ON when editing 
  424.     in document modes?
  425. Hyphenation (Y/N) - Should hyphenation (^OH) start out ON in documents?
  426. Case-INsensitive search (Y/N) - Do you want string searches (^QF) to be case 
  427.     insensitive by default?  Normally, No.  (If Yes, specifying the "U"pper- 
  428.     case option while using ^QF will force a case SENSITIVE search.)
  429.  
  430. Left and Right margin columns (1-255) - Default margin settings for Document 
  431.     modes.  Set both to 1 to disable wordwrap and reformatting entirely.
  432. Fixed tab display width (4,8,16) - Hard tabs display at fixed column 
  433.     intervals.  (Normally 8;  4, 8, and 16 are the ONLY legal choices.)
  434. Reserve status line (Y/N) - Do you want VDE to reserve the bottom (normally 
  435.     25th) screen line for use as a status or function key line by other 
  436.     software?  (Normally No, VDE uses this line for text.)
  437. Scroll overlap (0-255) - This is the number of lines of overlap between 
  438.     screens when scrolling: the smaller, the larger the scroll.  Originally 2, 
  439.     for a nearly full scroll.  Must be smaller than your screen size!
  440. Align new page with screen (Y/N) - When you use the page find commands ^QI, 
  441.     ^QL, ^QN, do you want the first line at the top of the screen?  Originally 
  442.     No, it is positioned in the same way as an ordinary Find.
  443. Beep on error (Y/N) - Do you want a beep when a VDE error message displays?
  444.  
  445. [BkSp] (^H) deletes to left (Y/N) - Should the [BackSpace] (^H) key delete 
  446.     characters?  Originally No, it just moves the cursor left.
  447. [Del] deletes at cursor (Y/N) - Should the [Del] key delete the cursor 
  448.     character?  Originally No, it deletes the previous one.
  449. ^[BkSp] deletes word left (Y/N) - Should ^[BackSpace] delete the word to the 
  450.     left?  Originally No, it deletes only the previous character.
  451. [Home,End] go to screen top/bottom (Y/N) - Should [Home,End] move to the top 
  452.     or bottom of the screen?  Originally No, they move to line start or end.
  453.  
  454. Variable tab stops -  Enter up to 8 variable tab stop columns, in ascending 
  455.     order.  Fill unused values with 0.  Originally: 6, 15, 35, 55.
  456.  
  457. Show time as AM/PM (Y/N) - Do you want the time stamp to display in 12 hour 
  458.     format (AM/PM)?  Originally Yes.  If No, the time shows in 24 hour format.  
  459.     (Affects AltT command and ^T in print headers.)
  460. Show date in Euro format (day,mo,yr) (Y/N) - Do you want the date to display 
  461.     in European format?  Originally No, meaning US Format (mo,day,yr).  
  462.     (Affects AltD command and ^D in print headers.)
  463. Show date numerically (Y/N) - Do you want AltD to enter the date numerically 
  464.           (1/15/88)?  Originally No, meaning verbose (January 15, 1988).
  465.  
  466.  
  467. =========================  5. PRINTER INSTALLATION  ==========================
  468.  
  469.  
  470.      Printers vary enormously.  VDE can accomodate two printer drivers, each 
  471. of which can be installed to take advantage of your printer's special 
  472. features.  (Within VDE, the AltV command can be used to select the driver to 
  473. use when printing.)  You can use these for two different printers, or as two 
  474. different "style sheets" to print in different formats (margins, line spacing, 
  475. etc) on the same printer.  The default installed in VDE is a "SIMPLE" driver 
  476. that can send plain text to any printer, but does not support any print 
  477. controls other than underline and strikeout.  (The "SIMPLE" driver is also 
  478. recommended for many daisy-wheel or typewriter-style printers.)  Many pre- 
  479. defined drivers for other printers can be selected from a menu within VINST.
  480.      One thing you are likely to want to modify is the printer initialization, 
  481. to which you can add codes to modify the default page margins, tab settings, 
  482. etc for your printer.
  483.      Most of the drivers in the VINST menu implement only basic codes for 
  484. print effects like italics and proportional printing; you can, however, modify 
  485. them to your taste, to implement any additional features (fonts, etc) you have 
  486. available.  After choosing a driver from the Menu, return and select "Edit 
  487. current driver".  (To modify the Alternate driver, you must switch it to the 
  488. primary one, then switch it back afterward.)
  489.      An example of a more fully configured driver is "HPLJ-PacPg 25in1".  This 
  490. can be used with a Hewlett-Packard LaserJet printer equipped with a Pacific 
  491. Page 25-in-1 cartridge (or any other that provides the fonts indicated below).  
  492. It offers the following effects:
  493.         CODE  EFFECT
  494. Normal print  Prestige Elite 10 point font, printer margin set to column 6
  495.          ^OK  Times Roman 10 point proportional font
  496.     ^B,^S,^Y  Boldface, Underline, Italics (all fonts)
  497.        ^T,^V  Superscript, Subscript using 7 point Prestige font
  498.           ^D  switch to Times Roman from Prestige and back
  499.        ^A,^N  switch to Courier 12 point from Prestige and back
  500.           ^Q  Mini Gothic 3.6 point
  501.           ^W  Presentation Bold 18 point
  502.           ^E  Math Elite 10 point
  503.           ^R  return to Prestige from ^Q,^W,^E
  504.  
  505.      If your printer is not on the driver menu, but emulates or resembles one 
  506. that is, start out using that driver, and refine it as needed.  Failing this, 
  507. you can start out with the "SIMPLE" driver and, referring to your printer 
  508. manual, install all the necessary codes yourself.  (In this event, please 
  509. consider sending this information so that a new driver can be added to VINST.)  
  510. VDE does not support Adobe Postscript; but you may be able to add the codes to 
  511. switch into your printer manufacturer's native mode, then return to 
  512. Postscript, to your printer initialization and deinitialization (see below).
  513.  
  514.      VINST can use special Printer Driver files to store and retrieve other 
  515. printer definitions.  This makes it easy to save your installation and to pass 
  516. it along to others.  These files should have a type of ".VDP".  When editing 
  517. in VDE, the AltU command may be used to load such a file, putting any number 
  518. of different printer drivers at your disposal.  In VINST, you have the option 
  519. to read in or write out such a file, as well as editing the following values 
  520. individually.
  521.  
  522. Printer ID - Identify the printer you are installing.  (16 characters)
  523. Printer device - Normally "PRN", but you can choose a specific port (like 
  524.     LPT2) if your system has several printers.
  525.  
  526. Extended character set (P/R/N) - Specifies how "extended ASCII" characters 80- 
  527.     FF (graphics or foreign characters) will print.  This depends on the 
  528.     sequence of characters in your printer's fonts.  Your choices are:
  529.        <P>C8 - the standard IBM PC character set.  No translation in printing.
  530.        <R>OMAN8 - an arrangement common in laser printer fonts.  VDE will 
  531.               translate IBM graphics into Roman8 equivalents where possible.
  532.        <N>one - your printer doesn't print characters in this range at all.  
  533.               VDE will "emulate" IBM graphics, choosing overstruck pairs of 
  534.               standard characters that come close.
  535.     Note that if you are using a non-standard screen font that agrees with 
  536.     your printer font, whatever it may be, you should choose "P".
  537. Printer type (H/F/L/O) - Enter "H" for HP LaserJet or DeskJet compatible, "F" 
  538.     for Epson FX (9 pin) or compatible, "L" for Epson LQ (24 pin) or compat- 
  539.     ible, or "O" for any other type.
  540. Send LF after CR (Y/N) - Normally Yes.  But with a few printers, which manu- 
  541.     facture their own LineFeed on receiving a Return, you will need No here.
  542.  
  543. Page length (0-255) - The number of text lines to print on a page.  An 11" 
  544.     sheet gives 66 lines of print at a standard spacing of 6 lpi; most 
  545.     printers can actually print about 60-64 lines.  Be sure also to leave room 
  546.     on the page for the following margin settings, if used.  Default is 58.
  547. Top margin (0-255) - The number of blank lines to skip as a top margin before 
  548.     printing the number of text lines set above.  Default is 0.
  549. Top margin if header used (0-255) - The number of lines to skip as a top 
  550.     margin before printing the header.  Default is 0.
  551. Lines to skip between header and text (0-255) - Blank lines to leave between 
  552.     header and text.  Also determines lines between text and bottom page 
  553.     number, if used.  Default is 2.
  554. Left margin (0-255) - Set the number of blank columns to skip as a left margin 
  555.     before printing each line.  Default is 0.  (Note: most printers offer an 
  556.     Esc command to set an internal left margin in dot-columns or inches.  If 
  557.     you need a left margin, you can get more consistent and reliable results 
  558.     by including such a command in your initialization string.  If you can't 
  559.     do this, install a value here and VDE will print spaces for a margin.)
  560.  
  561.      The following menu choices allow you to modify the codes that are part of 
  562. your printer driver.  For all of these codes, the existing values (if any) 
  563. will display, first in more or less readable "character" form and then as a 
  564. string of hex digits, preceded by the length in parentheses.  Press [Return] 
  565. alone to leave the codes unchanged, or ^[Return] to delete them entirely, or 
  566. enter new codes -- either in hexadecimal, or as character values by pressing 
  567. the single quote (`), then a character.  When finished, press [Return].
  568.      Any one string can be up to 127 bytes long; the total available for use 
  569. is about 450 bytes.
  570.  
  571. [A]-Initialization, etc - This is an optional string of code to send to the 
  572.     printer before each print job, usually to set default margins, line 
  573.     spacing, font, etc.  (NOTE: the ^KP command has an option to specify 
  574.     additional codes at print time.  See PRINTING.)
  575. [B]-Deinitialization - This is another string to send after each print job, to 
  576.     restore the printer to the desired state on exit.
  577. [C]-Envelope setup - This string will be sent in place of the usual 
  578.     initialization when you address an envelope with ^KPA (see ENVELOPES).  
  579.     For many printers you will need no special codes here; or, you might find 
  580.     that a linefeed or two, perhaps also a left margin command, is useful to 
  581.     position the print properly on the envelope.  You should use a pica font 
  582.     (fixed, 10 cpi).
  583.          The setup codes in VINST's HP LaserJet drivers assume that you will 
  584.     insert the envelope end-on in the default paper tray, and consequently 
  585.     they use a landscape font (Courier 12).  They do not specify "envelope 
  586.     size" forms, so there is no need to change the form size on the printer 
  587.     panel.  If you are feeding envelopes from a different paper tray, you will 
  588.     have to add codes here to specify this tray.
  589.          You must also be sure that your deinitialization contains any codes 
  590.     necessary to return to the default tray, orientation, etc. after 
  591.     addressing an envelope.  Printing envelopes can be complicated; see your 
  592.     printer manual.
  593. [D]-Proportional (^OK) - Enter the codes needed to produce a proportionally 
  594.     spaced font when you print while in proportional mode (^OK).  Like the 
  595.     "toggles" below, you also need to supply a second string to turn this off 
  596.     and return to fixed spacing afterwards.
  597.  
  598. TOGGLES: [E]-Bold, etc - For six of the seven printer toggles (not ^X), you 
  599.     need to tell VDE the codes to send to your printer to produce the desired 
  600.     effect, then turn it off again.  The conventional meanings of the toggles 
  601.     are:      ^B  boldface         ^Y  italic/ribbon color
  602.               ^D  doublestrike     ^T  superscript
  603.               ^S  underline        ^V  subscript
  604.     but you can use them for anything you want.  Example: Epson FX printers 
  605.     require three-byte sequences to turn continuous underlining on and off:
  606.            Underline on   "Esc - 1"    hex 1B 2D 31   decimal 27 45 49
  607.                     off   "Esc - 0"        1B 2D 30           27 45 48
  608.     You can enter the data in hex or characters, or any mixture thereof:
  609.                    [G]...    :  1B 2D 31      <--- entry in hex format
  610.                    ...and off:  `Esc `- `0    <--- or by characters
  611.     You should find all necessary codes in your printer manual.
  612.          (NOTES: ^PS will underline text by overstriking with "_" if you do 
  613.     not install codes for it.  ^PX requires no installation at all.)
  614.  
  615. SWITCHES: [K]-User1, etc - The same idea, but for switches, which send the 
  616.     same codes every time they are used.  WordStar calls the switches:
  617.           ^Q,W,E,R    user 1,2,3,4   (no standard meaning)
  618.           ^A,N        alternate, normal pitch
  619.     But once again, you can use them for different fonts, printer bin 
  620.     selection, or anything else you like.
  621.  
  622.  
  623. ==========================  6. DEFAULT MACRO KEYS  ===========================
  624.  
  625.  
  626.      VDE has a set of 36 macro keys assignable to the commands Esc0...9 and 
  627. EscA...Z.  The default macro definitions are those attached to these commands 
  628. when VDE is first entered.  By changing them you can configure VDE to suit 
  629. your own specialized writing requirements.  (Any keys defined with Esc] while 
  630. using VDE override these defaults.)
  631.  
  632.      VINST can use Key Definition files to store macro key sets.  These should 
  633. have a file type of ".VDK", for ease of identification.  You have the option 
  634. to read in or write out such a file, as well as editing the keys individually.  
  635. (VDK files can also be read or saved with VDE's AltU command, but only VINST 
  636. can display the definitions, or change those in VDE.COM itself.)
  637.      There are several different ranges of keys, which can be displayed and 
  638. modified in a set of 10 at a time (for example, keys 0-9, or A-J).  You can 
  639. also copy definitions from one macro or function key to another.
  640.      VINST gives you a display much like this:
  641.  
  642.       Macro Keys:  (___ bytes free)     <---- note room available
  643.       Esc0:<>
  644.       Esc1:<>                           <---- "<>" flag means undefined key
  645.       Esc2:<>
  646.       Esc3:[Esc];^C                     <---- normal macro definition
  647.       Esc4:<>
  648.       Esc5:<N>World Wide Widgets Inc.   <---- "<N>" flag means No-rpt key
  649.       Esc6:<>
  650.       Esc7:<Q>^QR^KB^QC^KK^KC           <---- "<Q>" flag means Quiet key
  651.       Esc8:<>
  652.       Esc9:<QN>^QS[!Down]               <---- "[!Down]" means Shift-DownArrow
  653.  
  654. Just select the number of the key you want to redefine, then type in the new 
  655. definition, much as you would in VDE.  All the same rules apply; there is a 
  656. 128-character length limitation.  ^U aborts; ^P must be used to enter ^U, 
  657. [Enter] (^M), [BkSp] (^H), or ^P itself.
  658.      The Esc key and special IBM PC keys like PgUp will display by name within 
  659. brackets: [Esc], [PgUp].  Shift, Ctrl, and Alt combinations are indicated by 
  660. "!", "^", and "@", as in "[!Down]", "^J", "@D".  Many of these keys cannot be 
  661. entered into a macro definition with VDE's Esc[ command, but they can be 
  662. recorded with Esc", and can be entered in VINST.
  663.      VDE comes with a macro key file EXAMPLES.VDK, containing several macros 
  664. previously discussed under MACROS and MACRO PROGRAMMING:
  665.  
  666.    Esc1:<QN>^QR^N@D^OF                            ;put date at top right
  667.    Esc2:<QN>^QS^S^S[Esc]= [^D^D                   ;move to start of paragraph
  668.    Esc3:<QN>[Esc]~.1^S[Esc]1[Esc]~.<^D[Esc]= 2[Esc]=^M2   ;move to start
  669.             ^S^S[Esc]!1[Esc]2^D[Esc]= 2[Esc]=^M2          ;  of sentence
  670.    Esc4:<QN>^QS^X[Esc]= ][Esc]=^M]^S ^D[Esc]![    ;soften hard-CR paragraph
  671.  
  672.  
  673. =========================  7. DEFAULT FUNCTION KEYS  =========================
  674.  
  675.  
  676.      VDE also has a set of 48 Function Keys, corresponding to the [F1]...[F12] 
  677. keys in their normal, Shift-, Ctrl-, and Alt- usage (referred to collectively 
  678. here as F1...F48).  These are identical in features and functions to the Macro 
  679. Keys discussed above.  You can easily configure these to match the standard 
  680. function-key configuration for Wordstar's key overlay, to correspond to Word 
  681. Perfect function-key usage, or in any other way you like.
  682.      VINST can use Function Key Definition files to store function-key sets.  
  683. These should have a file type of ".VDF", for ease of identification.  You have 
  684. the option to read in or write out such a file, as well as editing the keys 
  685. individually.  (VDF files can also be read or written with VDE's AltU command, 
  686. but only VINST can display the definitions, or change those in VDE.COM itself.)
  687.      VINST gives you a display much like this:
  688.  
  689.       Function keys, #1-10:  (___ bytes free) <---- note room available
  690.       F1:<>
  691.       F2:<>                                   <---- "<>" flag means empty
  692.       F3:<>
  693.       F4:<QN>^OL5^M^OR60^M                    <---- quiet, no-repeat key
  694.       F5:<>
  695.       F6:<>
  696.       F7:<>
  697.       F8:<>
  698.       F9:<QN>^PS
  699.       F10:<QN>^PY
  700.  
  701. This works just like the macro key display above, with four sets of 10 keys to 
  702. define, Normal, Shift(!), Ctrl(^), and Alt(@), and if you have an Enhanced 
  703. keyboard, a separate additional set of 8 keys for the [F11],[F12] keys in each 
  704. of those states.
  705.      VDE includes sample function-key files which you can read in to define 
  706. the function keys according to the usage of WordStar or Word Perfect.  The 
  707. WordStar default definitions (for version 4 and later) in WS4.VDF are:
  708.  
  709. WS4.VDF      NORMAL      SHIFT        CTRL             ALT
  710.      F1       ^J          ^OB          ^QF         Vertical bar graphic
  711.      F2       ^U          ^OC          ^QA         Horizontal bar
  712.      F3       ^PS                      ^L          Upper-left corner
  713.      F4       ^PB                      ^QI         Upper-right corner
  714.      F5       ^Y          ^KY          ^OL         Lower-left corner
  715.      F6       ^T          ^KH          ^OR         Lower-right corner
  716.      F7                   ^KV                      Upper T graphic
  717.      F8                   ^KC                      Lower T
  718.      F9       ^KS         ^KB          ^QS         Left T
  719.      F10      ^KD         ^KK          ^QD         Right T
  720.  
  721. The WP.VDF file will not "turn VDE into Word Perfect", but it does provide a 
  722. considerable degree of keystroke compatibility.  You can assign any other 
  723. functions desired to unused keys (e.g. [F9]):
  724.  
  725. WP.VDF       NORMAL      SHIFT        CTRL             ALT
  726.      F1       ^U         Esc?Y        AltR
  727.      F2       ^QF                                      ^QA
  728.      F3       ^J                      Esc?C            ^OD
  729.      F4      ^I^OL^M                  Esc?B           Esc?B
  730.      F5       ^KF        AltD                          ^KM
  731.      F6       ^PB         ^OC                          ^OF
  732.      F7      Esc?E       Esc?P
  733.      F8       ^PS        Esc?T        Esc?S           Esc?S
  734.      F9
  735.      F10      ^KS        Esc?F        Esc[
  736.  
  737.  
  738. ==========================  8. GRAPHICS CHARACTERS  ==========================
  739.  
  740.  
  741.      VDE allows text to contain a limited, but variable, set of 32 characters 
  742. in the range 80-FFh (on an IBM PC, these are typically graphics or foreign 
  743. characters; see FOREIGN CHARACTERS and GRAPHICS).  In addition, the code ^Z 
  744. (1Ah) must be treated as a graphics character.  VINST lets you specify your 
  745. own default graphics set.  Keep a fair amount of space free in it if you 
  746. frequently work with files with many foreign or graphics characters, in order 
  747. to avoid overflowing the table.
  748.      VINST can use Graphic Definition files to store graphic character sets.  
  749. These should have a file type of ".VDG", for ease of identification.  You have 
  750. the option to read in or write out such a file, as well as editing the keys 
  751. individually.  VDE can also write such files with its AltU command.
  752.  
  753.      You will be shown the current definitions, in the same format as the VDE 
  754. Graphics command.  You may select any entry to redefine (A-Z, 1-6) whether 
  755. vacant or not; or, you may clear them all.  In VINST, new graphic codes must 
  756. be entered by hex value, from 80 to FF (and 1A); a full list of graphics 
  757. characters (80-FF) can be displayed for your selection if you need it, by 
  758. typing "?" at the definition prompt.  Simply pressing [Enter] means "free" or 
  759. undefined.
  760.      Note that your Printer Installation determines how graphics will print.
  761.  
  762.  
  763. ===========================  9. CHARACTER WIDTHS  ============================
  764.  
  765.  
  766.      In order to judge the margins correctly when formatting, VDE's 
  767. proportional printing feature (^OK) needs to know how wide each character is 
  768. when it prints.  The default width table, based on a 10-point Times Roman 
  769. font, will probably work fairly well with any proportional font ("m" is wider 
  770. than "i", and so on).
  771.      If you would like to fine-tune this table to correspond to your favorite 
  772. font instead, use VINST to modify the width table as needed: you can select 
  773. each character, then enter its width (in units of 1/360") as a decimal value.
  774.      The easy way to determine these widths is to print out a file with lines 
  775. of 60 of each character.  (Rather than type that out by hand, you can use the 
  776. macro command to repeat each letter 60 times.)  Measure the length of each 
  777. line in inches, and multiply by 6: that is the character width in 1/360".  The 
  778. result is typically between 16 and 48.)
  779.      Note that changing the width table doesn't affect how your printer 
  780. operates -- just how VDE judges the length of each line for reformatting in 
  781. proportional mode.
  782.      VINST can use Character Width files to store width data for the 
  783. proportional font(s) you use.  These should have a file type of ".VDC", for 
  784. ease of identification.  You have the option to read in or write out such a 
  785. file, as well as editing the width table.  VDE can load such files with its 
  786. AltU command.
  787.  
  788.  
  789. ==========================  10. RESTORE DEFAULTS  ============================
  790.  
  791.  
  792.      This option on the VINST menu is provided in the event that you want to 
  793. undo any changes that have been made to your copy of VDE.  This will return 
  794. VDE.COM to the state it was distributed in: installation for IBM PC; all User 
  795. Options restored to their original defaults; no Macro or Function Keys 
  796. (except, for convenience, [F1]=help); SIMPLE printer driver; original Graphics 
  797. characters and Character widths.
  798.  
  799.  
  800.  
  801. ===================================[end]======================================
  802.